var github.com/vmihailenco/msgpack/v5.binaryMarshalerType
3 uses
github.com/vmihailenco/msgpack/v5 (current package)
encode_value.go#L66: if typ.Implements(binaryMarshalerType) {
encode_value.go#L82: if ptr.Implements(binaryMarshalerType) {
types.go#L26: binaryMarshalerType = reflect.TypeOf((*encoding.BinaryMarshaler)(nil)).Elem()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)